Hi Tom,
I experienced the same behaviour as easydigisoft when trying to do a series of G83 peck holes. Is the solution to just remove the G98 from the G83 line of code?
The sequence I'm trying to accomplish is as follows:
- Start at the clearance level
- Rapid down to the R-level
- Peck down Q distance
- Retract to the R-level
- repeat 3 & 4 for as many pecks as needed...
- When complete, retract to the clearance level (previous Z level) before moving to the next hole location
As opposed to G83 with a G98:
- Start at the clearance level
- Rapid down to the R-level
- Pickdown the Q distance
- Retract to clearance level (previous Z-level)
- repeat 3 & 4 for as many pecks as needed...
- When complete, retract to the clearance level (previous Z-level) before moving to the next hole location
For instance, would the following code achieve the desired sequence or would it simply retract to the R-level after the final peck and proceed to the next hole location without moving up to the previous clearance Z-level?
Z15
G83 X12. Y7.08 Z-29.525 R0. Q3.2 F819.
as opposed to:
Z15
G98 G83 X12. Y7.08 Z-29.525 R0. Q3.2 F819.
Andy